gdk_display_get_pointer: Screen out parameter is (transfer none)
authorColin Walters <walters@verbum.org>
Mon, 16 May 2011 16:21:34 +0000 (12:21 -0400)
committerColin Walters <walters@verbum.org>
Mon, 16 May 2011 16:35:40 +0000 (12:35 -0400)
gdk/gdkdisplay.c

index f2c95f7dc3c080ddde9a810365efaac2c86cf443..ff1d26db486b68e697e14f74da55f8f15fd0d486 100644 (file)
@@ -563,7 +563,7 @@ _gdk_display_enable_motion_hints (GdkDisplay *display,
 /**
  * gdk_display_get_pointer:
  * @display: a #GdkDisplay
- * @screen: (out) (allow-none): location to store the screen that the
+ * @screen: (out) (allow-none) (transfer none): location to store the screen that the
  *          cursor is on, or %NULL.
  * @x: (out) (allow-none): location to store root window X coordinate of pointer, or %NULL.
  * @y: (out) (allow-none): location to store root window Y coordinate of pointer, or %NULL.